-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nf-test init #73
nf-test init #73
Conversation
|
09d75a7
to
f7a35b1
Compare
f7a35b1
to
4f89ea6
Compare
name "Test Bases2Fastq" | ||
script "main.nf" | ||
|
||
test("Should run without failures") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we keep the naming conventions from pytest?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sateeshperi and I thought it would be good to follow whatever nf-test generate
spit out. But I'm guessing beyond the basic tests the naming will be out the window, and I don't want people to get caught up in following a convention when they could have an excellent name for a specific test.
Something we can circle back around to, though!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests pass, LGTM!
Closes #72
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).